Welcome![Sign In][Sign Up]
Location:
Search - mvc jsp

Search list

[WEB Codenews

Description: jsp基于mvc模式的新闻发布系统 新闻的添加、删除、修改、查看等功能 很好的mvc模式的学习实例 -jsp based on mvc model system news press releases to add, delete, modify, view features such as good examples to learn mvc model
Platform: | Size: 407552 | Author: vince | Hits:

[WEB Codecs

Description: 此网上选课系统用Dreamweaver网页制作工具完成网上选课系统的界面设计,用HTML语言设计网页的外观构架,在网页编辑器中嵌入JSTL标签和jsp实现页面的动态显示,并用JavaScript语言对网页中提交的数据进行处理。在系统的后台,采用MySQL作为数据库支持,提供基本的表信息。 在JBuilder的集成开发环境里,通过使用Struts应用程序框架,不仅使项目更加条理清晰,开发变得简单便捷,而且使用了MVC(Model View Controller)的软件设计模式,从而增加了代码的重用率,减少了数据表达,数据描述和应用操作的耦合度。 同时也使得软件可维护性,可修复性,可扩展性,灵活性以及封装性大大提高。 网上选课系统从功能上分为3大块的功能,分别为:选课操作,用户登录和身份验证,各类信息的管理,其中信息管理分为三个子模块:身份验证 选课操作 信息管理 从对象上划分为2个对象,学生,管理员。主要的操作是学生的选课操作和管理员的信息管理。-err
Platform: | Size: 8007680 | Author: Tina | Hits:

[JSP/Javajsp

Description: 把数据库逻辑全部放在jsp里未必是好的做法,但是有利于初学者学习,所以我就这样做了,当大家学到一定程度的时候,可以考虑用MVC的模式开发。在练习这些代码的时候,你一定将jdbc的驱动程序放到服务器的类路径里,然后要在数据库里建一个表test,有两个字段比如为test1,test2,可以用下面SQL建 -All logic on the database in jsp is not necessarily good practice, but is conducive to learning for beginners, so I do this, when the U.S. learned to some extent, they can consider the use of MVC pattern of development. In practice these codes, you must be jdbc driver on the server classpath, and then to build a database table test, there are two fields such as for test1, test2, can be used to build the following SQL
Platform: | Size: 5120 | Author: 史提芬周 | Hits:

[SQL Server17114403758

Description: 软件说明: 利用jsp编写的一个基于web的mvc小例子,里面用到了数据库连接池,数据库为sql server2000.-Software Description: jsp prepared using a web-based mvc small example, which uses a database connection pool, database sql server2000.
Platform: | Size: 310272 | Author: Richard | Hits:

[JSP/JavamessagePadpureJsp

Description: 纯粹jsp的留言板,使用了mvc,但v,和c也是用jsp写的-Jsp purely message board, use a mvc, but v, and c is also written using jsp
Platform: | Size: 280576 | Author: TaoTao | Hits:

[JSP/Javaguestbook-struts

Description: 用JSP+MySQL+Struts写的简单的留言版,采用MVC模式,很适合初学者来当做练习的一个例子-With JSP+ MySQL+ Struts to write a simple message boards, the use of MVC pattern, it is suitable for beginners to practice as an example of
Platform: | Size: 1344512 | Author: 陈俊宇 | Hits:

[JSP/Javalxf_GraduationProject

Description: 该车间信息管理系统,是某汽车生产工厂管理系统中的一个子系统。使用基于MVC模式的Struts架构,使整个工程清晰明朗,使代码封装性做得更好,并且降低模块之间的耦合性,运用先进的Hibernate进行对象的持久化操作,在JSP页面使用AJAX技术实现异步机制。-The workshop information management system is an automobile manufacturing plant management system as a subsystem. MVC-based Struts framework to enable the whole project clearly uncertain, so better code encapsulation and reduce coupling between modules, applying advanced Hibernate for object persistence operation, in the JSP page to use AJAX technology realize asynchronous mechanism.
Platform: | Size: 4154368 | Author: 刘三金 | Hits:

[Software EngineeringMVC

Description: 介绍MVC,MVC是在JSP网页设计中的一种模式,这里做点介绍-Introduce MVC, MVC is a JSP page in the design of a model, make points here Introduction
Platform: | Size: 39936 | Author: 万江山 | Hits:

[OAzhiyun2.0

Description: 本系统基于java平台,采用设计模式:mvc(模型--视图--控制),基于接口与接口实现类,工厂模式和抽象工厂模式,单例模式,充分把系统解耦,采用的技术:jsp+javabean+struts+hibernate,数据库:mysql struts采用struts 1.2 版本,mysql采用mysql5.0, hibernate采用hibernate3.1 系统特色: 1,栏目无限级分类,形成树型结构,可以随意增加,修改,移动,删除栏目,移动或删除栏目的同时系统自动移动或删除其对应子栏目和信息。 2,系统支持国际化,采用utf-8编码,资源文件里可以设置多国语言,形成多国语言界面。 3,系统采用struts标签制,避免jsp页面出java代码。 4,完全生成前台静态页面,大大提高网民浏览前台页面的速度,降低服务器的资源开销。 5,集成最新编辑器(ewebeditor v4.60),实现所见即所得的效果 后台登陆地址:/manage/adminlogin.jsp 登陆管理名称为:admin123 密码:admin123
Platform: | Size: 9101312 | Author: 王非 | Hits:

[JSP/Javach12

Description: 1.本目录存放了演示自定义标签开发与使用的web应用程序,可以直接部署到应用服务器并运行。 2.shopping存放了电子商店程序,该程序的header.jsp使用自定义标签显示当前系统日期。 3.tag存放演示传统标签开发与使用的例程序。 4.simple存放演示简单标签开发与使用的例程序。由于WebLogic Server8.1不支持JSP2.0,所以simple程序不能在WebLogic Server8.1下运行。-1. Catalog store demonstration custom tag development and use of web applications, can be directly deployed to the application server and run. 2.shopping store electronic store procedures, the procedures header.jsp use a custom tag displays the current system date. Demonstration of traditional 3.tag stored Tab Example development and use procedures. 4.simple store development and demonstration of a simple tag Example procedures used. Because WebLogic Server8.1 does not support JSP2.0, so simple procedures should not run in the WebLogic Server8.1.
Platform: | Size: 395264 | Author: lailijuan | Hits:

[JSP/JavaStrutsHibernateMVC

Description: 音乐CD管理系统 struts+hibernate实现MVC 数据库文件已经打好包-Music CD management system struts+ Hibernate realize MVC database file has a good package
Platform: | Size: 21176320 | Author: myname | Hits:

[JSP/JavaJ2EEDevloping

Description: J2EE初级开发教案,里面讲到了jsp,javabean,servlet及MVC模式等-Lesson plans primary J2EE development, which talked about jsp, javabean, servlet and MVC mode
Platform: | Size: 1966080 | Author: uncommonor | Hits:

[ERP-EIP-OA-PortalShopping

Description: shopping 一个简单的ERP项目...综合运用了jsp+javabean+Servlet+css等-A simple shopping ... an integrated ERP projects using jsp+ javabean+ Servlet+ css, etc.
Platform: | Size: 5496832 | Author: uncommonor | Hits:

[JSP/Javamvc_src

Description: jsp+servlet+javabean实现MVC-jsp+ servlet+ javabean achieve MVC
Platform: | Size: 46080 | Author: AaronTong | Hits:

[JSP/Javabbs

Description: 又一个课程设计 简易 JSP 论坛 功能较简单的那种, 界面上模仿了 Discuz JSP 本来就学的不行, 只是尽量实现了 MVC -Also a simple JSP Forum curriculum design features the kind of relatively simple, the interface mimics the DiscuzJSP not have school, but as far as possible the realization of the MVC
Platform: | Size: 580608 | Author: jake | Hits:

[Compress-Decompress algrithmsbank

Description: 用于银行全面掌控公司及各个部门的员工信息与设备资料,主要包括:计算机设备管理、公共信息管理、权限用户管理、系统设置等模块的设计。基于MVC Model2模式,应用Struts、Hibernate框架编写,有JSP XML标签Script函数的具体运用。-For comprehensive control of the banking companies and the various departments and staff information and equipment information, including: computer facilities management, public information management, user authority management, system settings, such as module design. Based on MVC Model2 mode, the application of Struts, Hibernate framework of the preparation, there are JSP XML tags Script function specific application.
Platform: | Size: 11848704 | Author: 董翱源 | Hits:

[WEB CodePUB

Description: Jsp网站开发四库全书中的BBS网站设计,采用的是J2EE的技术,mvc框架,是学习j2ee很好的代码资源。-Jsp web site development Sikuquanshu in the BBS web site design, using J2EE technology, mvc framework, is a very good learning j2ee code resources.
Platform: | Size: 6996992 | Author: 高宇 | Hits:

[WEB CodeSHOP

Description: Jsp网站开发四库全书中的shop网站设计,采用的是J2EE的技术,mvc框架,是学习j2ee很好的代码资源。-Jsp web site development Sikuquanshu shop in web site design, using J2EE technology, mvc framework, is a very good learning j2ee code resources.
Platform: | Size: 6457344 | Author: 高宇 | Hits:

[Software EngineeringJAVA-pagination

Description: java分页大全,包括Struts,JSP等分页的具体讲解,还包括MVC下分页显示的问题的解决-paging java Guinness, including Struts, JSP, etc. to explain the specific page, also includes the MVC next page shows the resolution of issues
Platform: | Size: 51200 | Author: miaosiyi41 | Hits:

[JSP/Javashopping

Description: 整个系统采用MVC开发模式,基于JSP+Servlet+JavaBean 前台美工使用了CSS+DIV布局-The entire system using MVC pattern of development, based on JSP+ Servlet+ JavaBean used front clip CSS+ DIV layout
Platform: | Size: 3131392 | Author: jtl | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 34 »

CodeBus www.codebus.net